powered by
Extract results of a single pathway from a 'dnapath' object.
# S3 method for dnapath [[(x, i, ...)
The 'dnapath' object unmodified
A 'dnapath' object.
The index specifying which pathway to extract.
Additional arguments are ignored.
data(meso) data(p53_pathways) set.seed(0) results <- dnapath(x = meso$gene_expression, pathway_list = p53_pathways[[1]], group_labels = meso$groups, n_perm = 10) results[[1]]
Run the code above in your browser using DataLab